home *** CD-ROM | disk | FTP | other *** search
/ Champak 114 / Vol 114.iso / games / spongebo.swf / scripts / frame_42 / DoAction.as
Encoding:
Text File  |  2010-08-12  |  244 b   |  13 lines

  1. menuloopSound.stop();
  2. menuLoopPlaying = false;
  3. if(app.soundVol == 100)
  4. {
  5.    app.helpMC.soundMC.gotoAndStop("soundON");
  6. }
  7. else
  8. {
  9.    app.helpMC.soundMC.gotoAndStop("soundOFF");
  10. }
  11. trace("calling next level func");
  12. scripts.nextLevel();
  13.